home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wpjv1n2.zip / HELLO.ZIP / HELLO.H < prev    next >
Text File  |  1993-02-01  |  206b  |  11 lines

  1. /* hello.h */
  2.  
  3. /* define menu bar items */
  4. #define  IDM_HELLO  1
  5. #define  IDM_QUIT   5
  6. #define  IDM_HELP   10
  7.  
  8. /* function prototypes */
  9. long FAR PASCAL MainWndProc (HWND, unsigned, WORD, LONG);
  10.  
  11.